home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / lastcall.dxr / 00175_Reset soda gun alerts.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  119 b   |  8 lines

  1. on mouseUp
  2.   global gSodaTips, gTwistTips
  3.   if gSodaTips = 1 then
  4.     resetSodaFlags()
  5.     gTwistTips = 1
  6.   end if
  7. end
  8.